home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / FILES.BBS < prev    next >
Encoding:
File List  |  1997-02-08  |  23.9 KB  |  393 lines

  1.  ===========================================================
  2.              Visual Basic files
  3.  ===========================================================
  4.    The notation 'ASP' indicates the program complies with the
  5.    standards of the Association of Shareware Professionals.
  6.  
  7.  
  8. 3DMAP.ZIP    3DMAP 1.0
  9.              The mAin purpose of 3DMAP is to show one method for
  10.              manipulating graphics offscreen while accomplishing the rare
  11.              ability of having "buttons" onscreen that are not restricted to
  12.              four sides. Although slow, speed is not really noticable on a
  13.              486-66 (the intended platform). This type of screen is very
  14.              useful for educational or demographic software
  15. 3DSPLIT.ZIP  3D Routines with Splitter Bars v2.0 (VB)
  16. ABOUT.ZIP    AboutWin
  17.              ThIs is a sample of a splash screen that I use in a number of
  18.              my applications. It demonstrates a number of API functions and
  19.              techniques (exploding windows, extract of icons and user
  20.              information) that can be used in other contexts. It is plain VB
  21.              code, all the special work is done using API calls.
  22. ARITEST.ZIP  Visual Basic VS Delphi Microsoft Database Access Test
  23.              This demo compares Visual Basic creation, access and navigation
  24.              through a Microsoft Database (The MS Access MDB file) against
  25.              creation, access and navigation of an MDB file using Delphi and
  26.              the Ariel DAO SDK. The Ariel DAO SDK goes to the heart of the
  27.              Data Access Objects providing you with lightning access to the
  28.              Jet API.
  29. ATT.ZIP      All the Time 3.4.
  30.              This modest, unassuming little clock will surprise you with its
  31.              versatility, huh huh huh. Show time/date in any format you can
  32.              concoct. Monitor memory/ resources. Display tree/moon graphics
  33.              showing seasons, moon phases, night/day. Customize - from
  34.              minimalist to silly to info-packed. Requires VBRUN300.DLL and
  35.              Win 3.1. Free.
  36. BKWAIT.ZIP   BKWait Sub for Visual Basic
  37.              Hi all, this is a simple sub that will enable you to pause your
  38.              program's execution for a specified number of seconds WITHOUT
  39.              using the doevents() function. Good luck, and email me if you
  40.              have any problems or questions.
  41. BMPMENU.ZIP  Demonstrates the creating of menus with bitmap
  42. CALENDAR.ZIP Demonstrates the creation of a calendar and CTL3d Library
  43. CALENDR2.ZIP Demonstrates the creation of a calendar
  44. CURSOR.ZIP   It is a demonstration program showing how to create custom
  45.              mouse pointers in VB 3.0 without using a Dynamic Link Library
  46.              (DLL). Cursor.bas is a reusable module that you can add easily
  47.              to any project.
  48. DIALGJB2.ZIP DIALOGJB v. 2.0 <ASP>
  49.              Simple Visual Basic for Windows code which opens a Common
  50.              Dialog box like that which comes with the COMMDLG.DLL and
  51.              various VBX's. Gives you freedom to place it where you want on
  52.              screen; add colors, bitmaps, and other controls. Most
  53.              importantly, it takes up a lot less space and adds speed
  54.              because it does not need any add- on DLL, OCX, or VBX files.
  55.              Free. From James Bair.
  56. DISKEYS.ZIP  How to disable multitasking keys
  57. DISSOL32.ZIP Bitmap Dissolve Experiment
  58. DLL_OTHR.ZIP A Short Tutorial on Writing a DLL
  59. MBUTTON.ZIP  Moving button example
  60. MCSECURE.ZIP MC-SECURITY (16/32 Bit)
  61.              is a set of routines primarily intended for developers so that
  62.              they may protect programs, applications, files or datas.
  63. NW41BAS.ZIP  Visual Basic for Windows Interface For The Novell Netware
  64.              4.x,3.x & 2.x Software Development Kit
  65. PARSE.ZIP    This program allows you to enter formulas. It will evaluate
  66.              them. You can add as many function as you want and have as many
  67. ROSETTES.ZIP VB Screensaver
  68. SHELDEMO.ZIP Shell About Application Demo
  69. SNIP5-11.ZIP Snippet is for VB4 32/16 Bit Programmers who work in the
  70.              Windows 95 Environment. Can also be used by VB3 Programmers.
  71.              Collection of VB routines.
  72.              *VB4 32 Bit Project Launcher, launch either one of last 4 Projects or New Project (VB4 32 Bit).
  73.              *Compress Database and Repair Database.
  74.              *Create Picture Buttons 42 x 42 (Small Buttons 20 x 20 to 41 x 41).
  75.              *Extract Icons from EXE, DLL, VBX and OCX file types.
  76.              *Create Code for Common Dialog Boxes.
  77.              *Create Code for Message Boxes.
  78.              *Create RGB and Hex Color Codes.
  79.              *Create Gradient Fill Color Code.
  80.              *Create Input Box Code.
  81.              *Access to all Frm, Bas or Cls File for Selection, Copy and Paste of Code.
  82.              *Comment/Uncomment Code quickly and simply.
  83.              *Create Comment Header.
  84.              *Set a Reminder.
  85.              *Set up Four External Applications plus Icon Editor.
  86. WALLCHNG.ZIP A Little app to change The Wallpaper.
  87. VBLISTER.ZIP Vb file lister for windows 95/nt
  88. VBPIANO.ZIP  VB MIDI PIANO is a sample Visual Basic program that shows how
  89.              to begin to access some of the low level midi capibilities of
  90.              Windows using Visual Basic.
  91.  
  92.  
  93.  ===========================================================
  94.              Visual Basic utilities
  95.  ===========================================================
  96. APIFIND.ZIP  API Finder(c) version 1.0
  97.              1. This is an API Search utility program for Visual Basic 4
  98.              programmers. It can load VB declaration modules, such as the
  99.              win32api.txt that ships with VB, and enable searches. It can
  100.              find declarations, types and constants.
  101. ASETUP48.ZIP SETUP.EXE 4.8a Std <ASP>
  102.              17k FREE Setup bootstrap alternative to Microsoft-supplied
  103.              program for Visual Basic. Also for use with other dev systems
  104.              such as Delphi. Features full dialog box & error msg
  105.              customisation, Windows file version checking, setup log, opt
  106.              temp dir use, VB apps can run during setup, & more! Incl Win
  107.              Help. C source available. For Win 3.x, 3.1x, 95, NT. 27 Jan
  108.              1996. Chapter One Developments Ltd.
  109. AUTODOC.ZIP  AutoDoc, The Automated Documentation Generator for Microsoft
  110.              Visual Basic Programs. "While programming in Visual Basic can
  111.              be easier than with other languages, creating and maintaining
  112.              the necessary project documentation hasn't become any less of a
  113.              chore, with unraveling poorly documented code originally
  114.              written by others being a particularly knotty problem," writes
  115.              UK's PCPlus magazine in its review of AutoDoc. AutoDoc is a
  116.              utility which provides excellent documentation facility for VB
  117.              projects and relieves the programmer from the maintenence and
  118.              timely updation of documentation.
  119. ENIGMA31.ZIP Enigma is a 32 bit shareware registration and source code
  120.              Generation program for visual basic developers. It offers three
  121.              unique levels (types) of shareware registration protection,
  122.              from simple numeric codes up to nine characters in length, to
  123.              complex alpha numeric codes near 20 characters in length.
  124.              Enigma stores information that you enter about each project.
  125. MCVBEHTP.ZIP mcr VB/Error Handler - Tracer Profiler (v1.03)
  126.              This product is a powerfull product for adding/removing the
  127.              management of errors and tracer-profiler for project under VB
  128.              3.0, VB 4.0 (16-Bit) and VB 4.0 (32-Bit). Nothing can beat the
  129.              fox when the sky is blue and the sun lights.
  130. OVERDEMO.ZIP Decompiler defeater - helps prevent reverse engineering of your
  131.              visual basic applications. It randomizes your executable code
  132.              and removes object references to make decompilation more
  133. OWSHAV10.ZIP OWShare v1.00 <ASP>
  134.              Release professional shareware programs by using OWShare's VB,
  135.              Delphi or BP7 source code. Supports ASP- compliant time/usage
  136.              limiting, branding, site licenses, evalutation period
  137.              extensions and MORE!! This demo was programmed using the
  138.              OWShare code and will allow you to easily evaluate its
  139.              performance. Requires VBRUN300
  140. PBCWIN21.ZIP PBCwin 2.1: Windows programming toolkit for Visual Basic and
  141.              Other languages (a DLL). PBCwin is a general-purpose library of
  142.              79 routines for use with Visual Basic for Windows
  143. PSS.ZIP      The PSS file contains a number of analytical programs
  144.              which you can be used to help identify problems with Visual
  145.              Basic, OLE, and your application before you call for technical
  146.              support.
  147. VBGETDEC.ZIP When you have unused DLL declarations in a program, the .EXE
  148.              file created by Visual Basic is larger than it needs to be.
  149.              This happens because VB doesn't check to see if you've actually
  150.              used each declared procedure in your program. The GetDec
  151.              Utility is used to create a file containing DLL procedure
  152.              declarations, Type..End Type definitions, and Global Const
  153.              declarations. Once you've created the file, you can remove all
  154.              the declarations in your program and paste this new file into
  155.              your global module.
  156. VBPARS20.ZIP Saint Roch Tree - Visual Basic Parser - Version 2.0
  157.  
  158.  
  159.  ===========================================================
  160.              Visual Basic help/info files
  161.  ===========================================================
  162. VBASMHLP.ZIP VB-ASM Help file
  163. VBMAG3.ZIP   Electrified visual basic magazine is a windows 3.1 Help file
  164.              containing information on visual basic topics including:
  165.              reviews of commercial and shareware vb related products,
  166.              programming tutorials, tips and tricks, vb book reviews, vb
  167.              news and more!
  168. VBTIPS11.ZIP Visual Basic Tips & Tricks 1.1- This Windows 3.1 Help File
  169.              contains many Visual Basic for DOS & Windows tips and tricks.
  170.              Also contains tips and tricks on Windows Help Files. Freeware!
  171.  
  172.  
  173.  ===========================================================
  174.              Various Visual Basic files
  175.  ===========================================================
  176. FILEXIST.ZIP Checks 'filename$' to find wether the filename given ' exists.
  177. FINDFILE.ZIP Finds a file in the subdirs under srcPath
  178. KEYCHECK.ZIP Check what codes a key depression sends to VB
  179. SCROLL.ZIP   Scrolling sample
  180. VB42VB3.ZIP  CONV.MAK - Converts VB4 Projects back to VB3
  181.  
  182.  
  183.  ===========================================================
  184.              Visual Basic VBX files
  185.  ===========================================================
  186. AGAVB25.ZIP  AGAUGE.VBX v2.50 <ASP> - ANGULAR GAUGE CUSTOM CONTROL. A HIGHLY
  187.              CUSTOMIZABLE ANGULAR GAUGE OR METER VBX FOR USE IN VISUAL
  188.              BASIC, VISUAL C++, AND DELPHI. PROPERTIES ARE INCLUDED TO
  189.              MODIFY THE GAUGE'S SCALES, TICS, NEEDLES, ANNULARS, CAPTIONS,
  190.              FONTS, BORDER, BACKGROUND, BEVELS, FRAME, AND HUBS. ALLOWS
  191.              MULTIPLE SCALES AND NEEDLES.
  192. BARCOD14.ZIP Bar Code Control (VBX) <ASP> BarCod makes bar code display
  193.              really easy. Just pick the orientation, set the size, and pick
  194.              the bar code style. Then, set the text to whatever you want the
  195.              bars to be. Nothing else to do!
  196. BMPLST18.ZIP List Box with Bitmaps Control (VBX) <ASP> This control is a
  197.              list box with bitmaps. The bitmaps can be placed on any side of
  198.              the text (top, bottom, right, left).
  199. DBAPPMON.ZIP DBAppMon notifies a Visual Basic program every time an
  200.              application or a DLL starts or exits. It also contains
  201.              properties for retrieving various information about active
  202.              tasks and modules as well as file version info.
  203. DBHOTS.ZIP   The dbhots control is used to create invisible, clickable areas
  204.              typically located above certain regions of an underlying
  205.              picture.
  206. DBPUSH.ZIP   DBPush v2.2 Feb 1996
  207.              The DBPush command button control emulates the 3D command
  208.              button control (SSCommand) supplied with Visual Basic
  209.              Professional Edition 3.0. In addition it supports several
  210.              enhancements to SSCommand.
  211. DBTTIP.ZIP   The dbttip control is used to create small pop-up windows
  212.              typically containing a short descriptive text regarding the
  213.              control over which the mouse cursor is currently located.
  214. GRADE.ZIP    Formatted Label Custom Control (VBX) <ASP>
  215.              FLabel is a label control that lets you format the text within
  216.              it. You can have different fonts, different colors, multiple
  217.              paragraphs, paragraph formatting, etc. Using properties, you
  218.              can print your text. All this and it's bound, too.
  219. INICON.ZIP   INI File Manager Custom Control (VBX) <ASP> Visual Basic custom
  220.              control that makes INI file access simple. No Windows API calls
  221.              required.
  222. KNOBVB25.ZIP Knob25.Vbx v2.5 <aSp>
  223.              The knob control is a highly customizable knob or dial control
  224.              for use in visual basic, visual c++, or delphi. Properties are
  225.              provided to modify knob style, mark, scale, tics, annulars,
  226.              captions, border and background. The mouse may optionally be
  227.              used to change knob values. aDditionally, there are snap and
  228.              multiturn functions. Global majic software, inc.
  229. LEDVB25.ZIP  Led25.Vbx v2.5 <aSp>
  230.              Highly customizable led custom control interface for use with
  231.              visual basic, visual c++, and delphi. The user can configure
  232.              many leds with a variety of shapes. User-supplied bitmaps may
  233.              also be used to define and led's appearance. Horizontal or
  234.              vertical arrays of leds may be used to display meter levels or
  235.              dip switch settings. The mouse can be used for input when the
  236.              mousecontrol property is set true
  237. SMARTMDB.ZIP Menu Event Notification Control (VBX) <ASP>
  238.              MenuEv provides menu selection notification. In other words, it
  239.              tells you when the user has selected a menu item. This is
  240.              really useful for status bar-style help. MenuEv is really easy
  241.              to use. All you need to do is place it on your form. Events
  242.              start coming in automatically. MenuEv will even automatically
  243.              update another control with the selected menu item's text.
  244. VB4DDE.ZIP   Control Probe/Debug Control (VBX) <ASP> This VBX lets you
  245.              examine and modify other controls' properties at run-time.
  246.              After telling Probe the name of another control, Probe will
  247.              give you a list of the properties in that control. Probe can
  248.              also display a dialog box that will let you modify other
  249.              controls' properties (at run-time).
  250.  
  251.  
  252.  ===========================================================
  253.              .DLL files
  254.  ===========================================================
  255. 256VBCOL.ZIP 256 Colors in a Visual Basic Picture Box Control
  256.              The enclosed files show how to display a 256 bitmap in a Visual
  257.              Basic picture box control. (Dll with C source)
  258. BITS.ZIP     Adds some much need bit and byte-wise operands to VB Apps.
  259.              Bits.DLL was created to add some much need bit and byte-wise
  260.              operands to my Visual Basic applications.
  261. MEASURED.ZIP MeasureD.DLL
  262.              Measurement unit conversion library for Visual basic (DEMO)
  263.              Collection of simple conversion routines for visual basic. The
  264.              sort of routines you need occasionally but can never find or be
  265.              bothered to write yourself.
  266. NWT2.ZIP     NWTEST2 is another example of how to use the NetWare Interface for Visual
  267.              Basic (NIVB) to make NetWare DLL function calls from a Visual Basic program.
  268.              The program shows how to attach and log in to file servers, map drives, and
  269.              get group and trustee information for a user.
  270. T2W16910.ZIP 'TIME TO WIN (16-Bit)' DLL for VB« 4.0 (16-Bit)
  271.              New version v9.10; More over 705 functions/routines; 'TIME TO
  272.              WIN' is a DLL (Dynamic Link Library) for Visual Basic 3.0,
  273.              Visual Basic 4.0 (16/32-Bit) and MSOffice 95.
  274. T2W32307.ZIP The 'TIME TO WIN (32-Bit)' Library (DLL)
  275.              is a collection of over 685 routines for use by the VB 4.0
  276.              (32-Bit) Developer under Windows 95 / Windows NT 3.51. Version
  277.              : 3.07 More over 650 functions/routines; 'TIME TO WIN' is a DLL
  278.              (Dynamic Link Library) for Visual Basic 3.0, Visual Basic 4.0
  279.              (16/32-Bit) and MSOffice 95.
  280. T2WIN910.ZIP 'TIME TO WIN' DLL for VB« 3.0
  281.              New version v9.10; More over 685 functions/routines; 'TIME TO
  282.              WIN' is a DLL (Dynamic Link Library) for Visual Basic 3.0,
  283.              Visual Basic 4.0 (16/32-Bit) and MSOffice 95.
  284. TIME2WIN.ZIP 'TIME TO WIN' DLL for VB 3.0
  285.              New version v9.06; More over 650 functions/routines; TIME TO
  286.              WIN' is a DLL (Dynamic Link Library) for Visual Basic 3.0,
  287.              Visual Basic 4.0 (16/32-Bit) and MSOffice 95.
  288.              You can find functions or routines over the following
  289.              sections :
  290.              ,2-D Geometry ,3-D Geometry ,Array ,Binary ,Bitmap
  291.              ,Compression ,Crc32 ,Date and time ,Days and months in
  292.              different language ,Disk array ,Encryption ,File ,File I/O from
  293.              C ,Hi-Crypt ,Huge memory array ,Huge string ,IEEEnum ,Interest
  294.              rate ,Is ,Language control ,List box - combo box ,Matrix ,Media
  295.              ID - Volume ,Miscellaneous ,Multiple disk array ,Multi language
  296.              message box - input box ,Network ,Object ,Printer ,Process ID
  297.              ,Protection ,Random ,Registry key ,Serialization ,String ,Swap
  298.              ,Task - File version ,TIME2WIN ,Timer ,Type ,UUCP ,Windo
  299. VBDLH02.ZIP  VB De UNLHA Ver.0.2E (FREESOFT)
  300.              LHA file compression/extraction utility using UNLHA.DLL with VB
  301.              source code.
  302. VBMAXEM.ZIP  VBMax Electronic Message Display DLL.
  303.              Now you can add electronic display controls to your VB 4.0
  304.              applications without the overhead of third-party controls.
  305. VBMAXLCD.ZIP BMax Liquid Crystal Display DLL.
  306.              Now you can add LCD/LED style controls to your VB 4.0
  307.              applications without the overhead of third-party controls.
  308. VBPRNT20.ZIP VBPRINT Library v2.00
  309.              This program is specifically tailored for Visual Basic
  310.              Programmers, allowing greater and easier access to Windows
  311.              printer devices. This DLL allows your Visual Basic applications
  312.              to have better control over the printer device. It seems to be
  313.              the one area MS has consistently forgotten in VB.
  314.  
  315.  
  316.  ===========================================================
  317.              Visual Basic 4 specific files
  318.  ===========================================================
  319. CSDKL32.ZIP  CodeDoctor 2.3.2 is an Add-in for VB 4.0. Features standard
  320.              Comment, Uncomment, Indent, Control spacing, Copy/Delete
  321.              Control & Menus and their code from form to form, Clone Forms.
  322.              Tile, cascade, and close VB Code Windows. MsgBox, InputBox,
  323.              CommonDialog code generator. Features Unique Code Finder,
  324.              External Editor, Icon Clipper, & Set Help Context Ids. Copying
  325.              controls and associated code can save your hours of time.
  326. ICONXT.ZIP   Sample VB4/32-bit code to retrieve the regular (32x32) and
  327.              small (16x16) icons from an .EXE file without starting the
  328.              program. Extraction techniques using ExtractIcon only return
  329.              the 32x32 icon. Note: If the .EXE does not include a small
  330.              icon, the regular icon will be produced reduced to 16x16,
  331.              making the function appear to have worked. This sample is
  332.              hard-coded to look at Explorer.exe, which does have both icons.
  333. MDBUTIL4.ZIP MDB UTILITIES .... for Visual Basic 4
  334.              A general purpose database utility for any VB4 programmer.
  335.              Allows all usual modifications and additions to an existing VB3
  336.              *.mdb, fields, indexes and settings can be added, removed or
  337.              changed while keeping data intact...
  338. MSGWIZ10.ZIP VBMax Message Box Wizard
  339.              A fully functional 32-bit add-in for VB 4.0 to simplify the
  340.              process of coding message boxes. There are several
  341.              configuration options and shortcuts you can use to tailor the
  342.              utility to your own style of working. If they are not enough,
  343.              you also get fully-commented source code which you can tweak
  344.              any way you want.
  345. PHONE.ZIP    The phone book example was wrote in vb4 16bit
  346. T2WIN-32.ZIP The 'TIME TO WIN (32-Bit)' Library (DLL) is a collection of
  347.              over 705 routines for use by the VB 4.0 (32-Bit) Developer
  348.              under Windows 95 / Windows NT 3.51/4.00. Version : 3.30'TIME TO
  349.              WIN' is a DLL (Dynamic Link Library) for Visual Basic 3.0,
  350.              Visual Basic 4.0 (16/32-Bit) and MSOffice 95. I'm an Engineer
  351.              in Electricity and Electronic and I've writed 'TIME TO WIN' to
  352.              help any users of VB to find a solution at some missing
  353.              functions in VB. VB is a powerfull product but by some aspects
  354.              it is limited.
  355. VBDOC32.ZIP  This project demonstrates how to include the UpDown Windows
  356.              Common Control within your VB 4.0 32 Bit applications.
  357. VBMAX3D.ZIP  VBMax 3D Effects DLL.
  358.              VBMax3D.dll is an in-process OLE server that lets you add the
  359.              3D effects that Microsoft forgot to your VB 4
  360.              applications without the overhead of third-party controls.
  361. VX3D13.ZIP   VBMax 3D Effects for VB 4
  362.              Add the 3D effects that Microsoft forgot to your VB 4.0
  363.              applications. Written entirely in VB 4.0, VBMax3D.dll is a
  364.              fully functional in-process OLE server that provides you with a
  365.              variety of 3D effects without the overhead of third-party
  366.              controls. Less filling--works good. VBMax3D.dll is Windows 95
  367.              color-scheme aware and contains methods and properties for
  368.              creating panels, borders, frames, lines, drop shadows, status
  369.              bars, progress meters and many different types of text effects.
  370. VXLCD12.ZIP  VBMax Liquid Crystal Display for VB 4
  371.              A fully functional in-process OLE server for adding LCD/LED
  372.              style controls to your VB 4.0 applications. Written entirely in
  373.              VB 4.0, VBMaxLCD.dll provides all the functionality of a
  374.              third-party control but without the overhead. Less
  375.              filling--works great. VBMaxLCD.dll contains methods and
  376.              properties for setting the digit and background colors,
  377.              autosizing the display, blinking colons, flashing digits,
  378.              showing or hiding unlit segments and aligning digits left,
  379.              right or centered.
  380.  
  381.  
  382.  ===========================================================
  383.              OCX files
  384.  ===========================================================
  385. RESIZOCX.ZIP ReSize
  386.              Is an invisible Visual Basic4 custom control (OCX). When placed on a
  387.              form it causes all controls on the form to resize
  388.              proportionally as the form is resized. You don't have to write
  389.              any code or set any properties. ReSize does this automatically.
  390.              Registered users can use the control in both design and
  391.              standalone VB modes. The shareware version is fully functional,
  392.              but it will only operate in the VB development environment.
  393.